home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / idcutils.zip / IDCUTILS.DOC < prev    next >
Text File  |  1990-06-10  |  25KB  |  742 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                            Documentation for IDCUTILS
  17.  
  18.  
  19.  
  20.  
  21.           Authors    : Gary Conway / Chuck Crumpton
  22.           Created    : 1986-90
  23.           Notice     : Copyright 1988-90 Infinity Design Concepts
  24.                      : All Rights Reserved
  25.                      : 1052 Parkway Drive Louisville, Kentucky 40217
  26.                      : Voice (502)636-1234  Modem (502)635-5471
  27.           *--------------------------------------------------------------*
  28.  
  29.  
  30.  
  31.  
  32.           These programs are distributed under the SHAREWARE concept. 
  33.           They are copyrighted material and all rights are reserved by 
  34.           the copyright holder. They may be used and distributed as long 
  35.           as no fee is charged and they are not used in any manner 
  36.           whatsoever for commercial purposes. Businesses that would like 
  37.           to use these programs MUST purchase a registered copy of the 
  38.           utilities package. Government and site license pricing also 
  39.           available.
  40.  
  41.           If you continue to use any of the programs in this package, 
  42.           you are expected to purchase a copy of the software.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.       Copyright 1988-90 Infinity Design Concepts, All Rights Reserved
  61.  
  62.  
  63.  
  64.  
  65.                                 Table of Contents
  66.  
  67.                                                                     Page
  68.       STATS.EXE....................................................  1
  69.  
  70.       DUMPINTS.EXE.................................................  1
  71.  
  72.       FREERAM.EXE..................................................  2
  73.  
  74.       SPACE.EXE....................................................  2
  75.  
  76.       FINDASCI.EXE.................................................  2
  77.  
  78.       LETTER.EXE...................................................  2
  79.  
  80.       BOOT.COM.....................................................  3
  81.  
  82.       DTROFF.EXE...................................................  4
  83.  
  84.       Q.EXE........................................................  4
  85.  
  86.       IDC-KEYS.EXE.................................................  4
  87.  
  88.       IDCTREE.COM..................................................  4
  89.  
  90.       FILE FINDER..................................................  5
  91.  
  92.       DISK.EXE.....................................................  6
  93.  
  94.       SOUND.EXE....................................................  6
  95.  
  96.       CGRAPHIC.COM.................................................  6
  97.  
  98.       CRC.EXE (CRC-16 and CRC-32 check)............................  7
  99.  
  100.       DD.EXE.......................................................  7
  101.  
  102.       JOYTEST.EXE.................................................   8
  103.  
  104.       ALARM.COM....................................................  8
  105.  
  106.       YESNO.COM....................................................  8
  107.  
  108.       IDCCOPY.EXE..................................................  9
  109.  
  110.       SETNUM.COM......................................................9
  111.  
  112.       EJECT.COM.......................................................10
  113.  
  114.       CHKDRV.EXE......................................................10
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.       Copyright 1988-90 Infinity Design Concepts, All Rights Reserved
  122.  
  123.  
  124.  
  125.                                   " STATS.EXE "
  126.                    
  127.           Stats.Exe will give the Machine statistics of any IBM 
  128.           Compatible Computer. The information displayed is as follows;
  129.  
  130.           BIOS SIGNATURE - as read from the ROM BIOS in your machine
  131.  
  132.           BIOS DATE - date of your ROM BIOS
  133.  
  134.           OEM NUMBER - name of OEM DOS supplier
  135.  
  136.           DOS VERSION - version of DOS currently running
  137.  
  138.           MICROPROCESSOR type - 8086,8088,80188,80286,80386,V20,V30
  139.  
  140.           MACHINE CLASS - PC,XT,AT,PCjr
  141.  
  142.           NUMBER OF LOGICAL DRIVES reported by DOS
  143.  
  144.           ANSI DRIVER INSTALLED (YES OR NO)
  145.  
  146.           MATH COPROCESSOR (YES OR NO)
  147.  
  148.           MOUSE DRIVER INSTALLED (YES OR NO)
  149.  
  150.           SERIAL PORTS ATTACHED (NUMBER)
  151.  
  152.           PARALLEL PORTS ATTACHED (NUMBER)
  153.  
  154.           EXTENDED MEMORY (TOTAL)
  155.  
  156.           EXPANDED MEMORY (FREE TOTAL USED)
  157.  
  158.           CONVENTIONAL MEMORY (FREE TOTAL USED)
  159.  
  160.           VIDEO ADAPTER (MONO CGA EGA VGA) and video mode COLOR/MONO
  161.  
  162.           VIDEO RAM (EGA/VGA only)
  163.  
  164.           To run the program type:
  165.  
  166.                                  "Stats" <Enter>
  167.  
  168.  
  169.           
  170.           *--------------------------------------------------------------*
  171.  
  172.                                 " DUMPINTS.EXE "
  173.  
  174.           Dumpints is a programmer's aid and will display a list of 
  175.           interrupt vectors and their meanings on the screen. To run 
  176.           the program type:
  177.  
  178.                                "DUMPINTS" <Enter>
  179.  
  180.  
  181.  
  182.       Copyright 1988-90 Infinity Design Concepts, All Rights Reserved
  183.                                                              Page 1
  184.  
  185.  
  186.  
  187.           If  you  choose to stop the scroll use Control-S, this  will 
  188.           pause the screen. Press enter to resume the scroll.
  189.           If you choose to divert the information to your printer type:
  190.  
  191.                                 " DUMPINTS >prn "
  192.           
  193.  
  194.           *--------------------------------------------------------------*
  195.  
  196.                                  " FREERAM.EXE " 
  197.  
  198.           Freeram will display conventional ram, total, free and used in 
  199.           your system. To run the program type:
  200.  
  201.                                 "Freeram" <Enter>
  202.  
  203.  
  204.           *--------------------------------------------------------------*
  205.  
  206.                                   " SPACE.EXE " 
  207.  
  208.           Space.Exe will tell show disk space statistics on ALL 
  209.           available disk drives. To run the program type:
  210.  
  211.                                  "Space" <Enter>
  212.  
  213.           *--------------------------------------------------------------*
  214.  
  215.                                 " FINDASCI.EXE "      
  216.  
  217.           This program will find strings of 2 or more ASCII characters 
  218.           in any file and dump them to the screen. This program is 
  219.           intended to be used to locate copyright messages in files 
  220.           that have been uploaded to bulletin boards to help avoid 
  221.           legal problems. You may give a drive and path designation for 
  222.           the file to be checked. To run the program type:
  223.  
  224.                                "Findasci" <Enter>
  225.  
  226.           *--------------------------------------------------------------*
  227.  
  228.                                  " LETTER.EXE " 
  229.  
  230.           This program will print envelopes on the HP LASERJET+ 
  231.           series II or compatible printer. NOTE that the envelopes will 
  232.           be fed thru the manual tray and printed in the landscape 
  233.           mode. 
  234.           To run the program type:
  235.  
  236.                                 "Letter" <Enter>
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.       Copyright 1988-90 Infinity Design Concepts, All Rights Reserved
  245.                                                              Page 2
  246.  
  247.  
  248.  
  249.           *--------------------------------------------------------------*
  250.  
  251.                                     BOOT.COM
  252.  
  253.           Boot.Com very simply does a cold boot on your machine.
  254.           To run the program type:
  255.  
  256.                                "Boot" <Enter>
  257.  
  258.           This program is very useful for setting up a batch file that 
  259.           causes DOS to boot with or without your TSR programs, since 
  260.           many applications find conflict with TSR's. An example batch 
  261.           file for this follows;
  262.  
  263.            REM      This batch file is called NOBOOT.BAT
  264.            echo off
  265.            cls
  266.            cd\
  267.            REM   if autoexec.OLD exists, then we need to reinstate
  268.            REM   the original AUTOEXEC.BAT with TSR's etc.
  269.            IF EXIST autoexec.old GOTO autoboot
  270.            REM   autoexec.OLD does not exist, 
  271.            REM   therefore copy autoexec.BAT to autoexec.OLD
  272.            COPY autoexec.bat *.old
  273.            COPY config.sys *.old
  274.            COPY config config.sys
  275.            COPY autoexec autoexec.bat
  276.            GOTO done
  277.